home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 26.zip
/
BS1 part 26
/
Cando v1.6 disk 2.adf
/
HelpFiles
/
Variables, Trig
< prev
Wrap
Text File
|
1991-11-03
|
3KB
|
198 lines
F- ACos |acos|
F- ASin |asin|
F- ATan |atan|
F- Cos |cos|
F- CosH |cosh|
F- DegToRad |degtorad|
F- Exp |exp|
F- Log10 |log10|
F- LogE |loge|
V- PI |pi|
F- RadToDeg |radtodeg|
C- SetExpression |setexpression|
F- Sin |sin|
F- SinH |sinh|
F- Tan |tan|
F- TanH |tanh|
[E]
|acos|
WT {Angle}=ACos({Value})
PL Returns the trigonometric arccosine angle
PL of the {Value}.
PL
PT SEE ALSO:
BS Cos
PT and
BS CosH
PT .
ED
|asin|
WT {Angle}=ASin({Value})
PL Returns the trigonometric arcsine angle
PL of the {Value}.
PL
PT SEE ALSO:
BS Sin
PT and
BS SinH
PT .
ED
|atan|
WT {Angle}=ATan({Value})
PL Returns the trigonometric arctangent angle
PL of the given {Value}.
PL
PT SEE ALSO:
BS Tan
PT and
BS TanH
PT .
ED
|cos|
WT {Value}=Cos({Angle})
PL Returns the trigonometric cosine of the
PL given {Angle}.
PL
PT SEE ALSO:
BS ACos
PT and
BS CosH
PT .
ED
|cosh|
WT {Value}=CosH({Value})
PL Returns the hyperbolic cosine of the
PL {Value}.
PL
PT SEE ALSO:
BS Cos
PT and
BS ACos
PT .
ED
|degtorad|
WT {RadianAngle}=DegToRad({DegreeAngle})
PL Converts from a {DegreeAngle} into a
PL {RadianAngle}.
PL
PT SEE ALSO:
BS RadToDeg
PT and
BS SetExpression
PT .
ED
|exp|
WT {Value}=Exp({Value})
PL Returns the result of raising e (which is
PL 2.71828) to the power of {Value}. To
PL obtain the value of E, simply use an One
PL for the {Value}.
ED
|log10|
WT {Value}=Log10({Value})
PL Returns the Logarithm in base 10 of the
PL {Value}.
PL
PT SEE ALSO:
BS LogE
PT .
ED
|loge|
WT {Value}=LogE({Value})
PL Returns the natural logarithm (base e) of
PL the {Value}.
PL
PT SEE ALSO:
BS Log10
PT .
ED
|pi|
WT {Value}=PI
PL Contains the value of pi, accurate to 14
PL decimal places.
ED
|radtodeg|
WT {DegreeAngle}=RadToDeg({RadianAngle})
PL Converts from a {RadianAngle} into a
PL {DegreeAngle}.
PL
PT SEE ALSO:
BS DegToRad
PT and
BS SetExpression
PT .
ED
|setexpression|
WT SetExpression <flags>
PL Sets the mode of interpreting numbers for
PL trigonometric operations. CanDo defaults
PL to RADIANS. See page 6-5 in the supplement
PL manual for a full description of this
PL command.
PT SEE ALSO:
BS DegToRad
PT and
BS RadToDeg
PT .
ED
|sin|
WT {Value}=Sin({Angle})
PL Returns the trigonometric sine of the
PL given {Angle}.
PL
PT SEE ALSO:
BS ASin
PT and
BS SinH
PT .
ED
|sinh|
WT {Value}=SinH({Value})
PL Returns the hyperbolic sine of the
PL {Value}.
PL
PT SEE ALSO:
BS Sin
PT and
BS ASin
PT .
ED
|tan|
WT {Value}=Tan({Angle})
PL Returns the trigonometric tangent of the
PL given {Angle}.
PL
PT SEE ALSO:
BS ATan
PT and
BS TanH
PT .
ED
|tanh|
WT {Value}=TanH({Value})
PL Returns the hyperbolic tangent of the
PL {Value}.
PL
PT SEE ALSO:
BS Tan
PT and
BS ATan
PT .
ED